[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NOCHAR() (STRING)

 Function
  Get the no response character for the current language.

 Syntax
  NOCHAR()   No arguments are required

 Return Type & Value
  STRING
  Returns the no character for the current language.

 Remarks
  Support for foreign language yes/no responses can be easily added by
  using this function to determine what a negative response should be
  instead of hardcoding the english "N" character.

 Examples
  STRING ans
  LET ans = YESCHAR()
  INPUTSTR "Run program now",ans,@X0E,1,"",AUTO+YESNO
  IF (ans = NOCHAR()) END

See Also: YESCHAR() YESNO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson